home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10034 < prev    next >
Text File  |  2001-10-26  |  224b  |  16 lines

  1. dialog(target_id: 'list')
  2. {
  3.     view(align_children: align_fill)
  4.     {
  5.         static_text(item_id: 'prmp');
  6.         list_box(item_id:'list', width: 350, height: 165 );
  7.         view(align:align_right)
  8.         {
  9.             ok_cancel();
  10.         }
  11.     }
  12. }
  13.  
  14.  
  15.  
  16.